home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Free CSS Toolbox 1.1 / csstool.exe / {app} / cssdefs / Netscape 4.ini < prev    next >
INI File  |  2007-06-03  |  5KB  |  293 lines

  1. [%info]
  2. CSS Netscape 4 Compatible
  3. Main reference: http://www.blooberry.com/indexdot/css/
  4.  
  5. [%groups]
  6. borders=Borders
  7. colors=Colors and Backgrounds
  8. fonts=Font
  9. text=Text
  10. visual=Visual
  11.  
  12. [%properties]
  13. background
  14. background-color
  15. background-image
  16. border
  17. border-bottom-width
  18. border-color
  19. border-left-width
  20. border-right-width
  21. border-style
  22. border-top-width
  23. border-width
  24. clear
  25. clip
  26. color
  27. display
  28. float
  29. font
  30. font-family
  31. font-size
  32. font-style
  33. font-weight
  34. layer-background-color
  35. layer-background-image
  36. left
  37. line-height
  38. list-style
  39. list-style-type
  40. margin
  41. margin-bottom
  42. margin-left
  43. margin-right
  44. margin-top
  45. padding
  46. padding-bottom
  47. padding-left
  48. padding-right
  49. padding-top
  50. position
  51. source-include
  52. text-align
  53. text-decoration
  54. text-indent
  55. text-transform
  56. top
  57. visibility
  58. white-space
  59. width
  60. z-index
  61.  
  62. [%units]
  63. <length>=px|em|ex|pt|in|pc|mm|cm
  64.  
  65. [%types]
  66. <border-style>=none|solid|double|groove|ridge|inset|outset
  67. <border-width>=<length>|thin|medium|thick
  68. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  69. <relative-size>=larger|smaller
  70. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  71.  
  72.  
  73. [background]
  74. group=colors
  75. value=<mixed>
  76. sub1=background-color,<color>|transparent
  77. sub2=background-image,<imageurl>|none
  78.  
  79. [background-color]
  80. group=colors
  81. value=<color>|transparent
  82.  
  83. [background-image]
  84. group=colors
  85. value=none|<imageurl>
  86.  
  87. [border]
  88. group=borders
  89. value=<mixed>
  90. sub1=width,<border-top-width>
  91. sub2=style,<border-style>
  92. sub3=color,<color>
  93.  
  94. [border-bottom-width]
  95. group=borders
  96. value=<border-width>
  97.  
  98. [border-color]
  99. group=borders
  100. value=<mixed>|<color>
  101. sub1=color,<color>
  102. sub2=color,<color>
  103. sub3=color,<color>
  104. sub4=color,<color>
  105.  
  106. [border-left-width]
  107. group=borders
  108. value=<border-width>
  109.  
  110. [border-right-width]
  111. group=borders
  112. value=<border-width>
  113.  
  114. [border-style]
  115. group=borders
  116. value=<border-style>
  117.  
  118. [border-top-width]
  119. group=borders
  120. value=<border-width>
  121.  
  122. [border-width]
  123. group=borders
  124. value=<mixed>|<border-width>
  125. sub1=border-top-width,<border-width>
  126. sub2=border-right-width,<border-width>
  127. sub3=border-bottom-width,<border-width>
  128. sub4=border-left-width,<border-width>
  129.  
  130. [clear]
  131. group=borders
  132. value=none|left|right|both
  133.  
  134. [clip]
  135. group=visual
  136. value=auto
  137.  
  138. [color]
  139. group=colors
  140. value=<color>
  141.  
  142. [display]
  143. group=visual
  144. value=block|list-item|none
  145.  
  146. [float]
  147. group=borders
  148. value=left|right|none
  149.  
  150. [font]
  151. group=fonts
  152. value=<mixed>
  153. sub1=font-style,normal|italic
  154. sub2=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  155. sub3=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  156. sub4=line-height,<percentage>|<length>|<number>|normal
  157. sub5=font-family,<font>
  158.  
  159. [font-family]
  160. group=fonts
  161. value=<font>
  162.  
  163. [font-size]
  164. group=fonts
  165. value=<length>|<percentage>|<relative-size>|<absolute-size>
  166.  
  167. [font-style]
  168. group=fonts
  169. value=normal|italic
  170.  
  171. [font-weight]
  172. group=fonts
  173. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  174.  
  175. [layer-background-color]
  176. group=colors
  177. value=<color>
  178.  
  179. [layer-background-image]
  180. group=colors
  181. value=<imageurl>|none
  182.  
  183. [left]
  184. group=visual
  185. value=<percentage>|<length>|auto
  186.  
  187. [line-height]
  188. group=text
  189. value=<percentage>|<length>|<number>|normal
  190.  
  191. [list-style]
  192. group=visual
  193. value=<mixed>
  194. sub1=list-style-type,disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  195. sub2=list-style-position,inside|outside
  196. sub3=list-style-image,<imageurl>|none
  197.  
  198. [list-style-type]
  199. group=visual
  200. value=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  201.  
  202. [margin]
  203. group=borders
  204. value=<mixed>|<percentage>|<length>
  205. sub1=margin-top,<percentage>|<length>
  206. sub2=margin-right,<percentage>|<length>
  207. sub3=margin-bottom,<percentage>|<length>
  208. sub4=margin-left,<percentage>|<length>
  209.  
  210. [margin-bottom]
  211. group=borders
  212. value=<percentage>|<length>
  213.  
  214. [margin-left]
  215. group=borders
  216. value=<percentage>|<length>
  217.  
  218. [margin-right]
  219. group=borders
  220. value=<percentage>|<length>
  221.  
  222. [margin-top]
  223. group=borders
  224. value=<percentage>|<length>
  225.  
  226. [padding]
  227. group=borders
  228. value=<mixed>|<percentage>|<length>
  229. sub1=padding-top,<percentage>|<length>
  230. sub2=padding-right,<percentage>|<length>
  231. sub3=padding-bottom,<percentage>|<length>
  232. sub4=padding-left,<percentage>|<length>
  233.  
  234. [padding-bottom]
  235. group=borders
  236. value=<percentage>|<length>
  237.  
  238. [padding-left]
  239. group=borders
  240. value=<percentage>|<length>
  241.  
  242. [padding-right]
  243. group=borders
  244. value=<percentage>|<length>
  245.  
  246. [padding-top]
  247. group=borders
  248. value=<percentage>|<length>
  249.  
  250. [position]
  251. group=visual
  252. value=absolute|relative
  253.  
  254. [source-include]
  255. group=visual
  256. value=<url>
  257.  
  258. [text-align]
  259. group=text
  260. value=left|right|center|justify
  261.  
  262. [text-decoration]
  263. group=text
  264. value=none|underline|line-through|blink
  265.  
  266. [text-indent]
  267. group=text
  268. value=<percentage>|<length>
  269.  
  270. [text-transform]
  271. group=text
  272. value=capitalize|uppercase|lowercase|none
  273.  
  274. [top]
  275. group=visual
  276. value=<percentage>|<length>|auto
  277.  
  278. [visibility]
  279. group=visual
  280. value=show|hidden
  281.  
  282. [white-space]
  283. group=visual
  284. value=normal|pre
  285.  
  286. [width]
  287. group=visual
  288. value=<percentage>|<length>|auto
  289.  
  290. [z-index]
  291. group=visual
  292. value=<number>|auto
  293.